home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.20010921-20020314
/
000385_fdc@columbia.edu_Fri Feb 22 13:33:14 EST 2002.msg
< prev
next >
Wrap
Text File
|
2020-01-01
|
2KB
|
49 lines
Article: 13232 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Kermit send on AIX 4.3.3 drops telnet session
Date: 22 Feb 2002 13:33:04 -0500
Organization: Columbia University
Lines: 32
Message-ID: <a562t0$fjc$1@watsol.cc.columbia.edu>
References: <ee855e1b.0202220959.6c7364f7@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1014402788 17207 128.59.39.139 (22 Feb 2002 18:33:08 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 22 Feb 2002 18:33:08 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13232
In article <ee855e1b.0202220959.6c7364f7@posting.google.com>,
ztivo <zeetivo@yahoo.com> wrote:
: After upgrading to AIX 4.3.3 the following kermit script drops the users
: telnet session. We telnet into the AIX box from a PC. The script has been
: working without a hitch prior to 4.3.3 on many versions of AIX.
:
: ... open port
: ... dial remote system
: ... login
:
: send file_to_send
: stop
:
: When the send command starts we see the normal letters (I think SF) and then
: the telnet session drops.
:
: I know the pty routines in 4.3.3 are not the most stable. Has anyone
: found an IBM patch that will address this problem?
: I loaded the latest kermit version for 4.3.2 with no change.
:
How about the one for 4.3.3?
ftp://kermit.columbia.edu/kermit/bin/cku201.aix43g-4.3.3
: Any fixes from the Kermit team?
:
The problem is entirely in AIX's weird Telnet server / psuedoterminal
setup. For details and workarounds see:
http://www.columbia.edu/kermit/ckubwr.html#x3.1.2
- Frank